-
Notifications
You must be signed in to change notification settings - Fork 403
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
iox-#2047 Fix gcc 13 warnings #2089
Conversation
@FerdinandSpitzschnueffler @mossmaurice @dkroenke @MatthiasKillat @elfenpiff @budrus feel free to add yourself as reviewer |
737b199
to
992d0bd
Compare
Codecov Report
@@ Coverage Diff @@
## master #2089 +/- ##
==========================================
+ Coverage 80.04% 80.06% +0.01%
==========================================
Files 417 417
Lines 16055 16066 +11
Branches 2255 2253 -2
==========================================
+ Hits 12852 12864 +12
Misses 2398 2398
+ Partials 805 804 -1
Flags with carried forward coverage won't be shown. Click here to find out more.
|
992d0bd
to
2bb0363
Compare
2bb0363
to
20e77a9
Compare
20e77a9
to
11b454d
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
iceoryx_posh/include/iceoryx_posh/internal/popo/building_blocks/chunk_distributor.inl
Show resolved
Hide resolved
iceoryx_posh/include/iceoryx_posh/internal/popo/building_blocks/chunk_distributor.inl
Show resolved
Hide resolved
iceoryx_posh/include/iceoryx_posh/internal/popo/building_blocks/chunk_distributor.inl
Show resolved
Hide resolved
@mossmaurice I guess the eclipse admins did not yet applied the changes for only one required reviewer? |
Pre-Review Checklist for the PR Author
iox-123-this-is-a-branch
)iox-#123 commit text
)task-list-completed
)iceoryx_hoofs
are added to./clang-tidy-diff-scans.txt
Notes for Reviewer
This PR fixes the warnings in GCC 13. They are kind of false positives but I was able to give the compiler some hints to do not trigger them for some of the warnings.
Checklist for the PR Reviewer
iceoryx_hoofs
have been added to./clang-tidy-diff-scans.txt
Post-review Checklist for the PR Author
References